home *** CD-ROM | disk | FTP | other *** search
/ VRML 2 - Moving 3D Graphics / VRML 2 - Moving 3D Graphics.iso / vrmlbook / source / vr2-5-09.wrl < prev    next >
Encoding:
Text File  |  1997-05-10  |  301 b   |  18 lines

  1. #VRML V2.0 utf8
  2. #vr2-5-09.wrl
  3. Background {
  4.   skyColor [ 0.5 0.5 0.5 ]
  5. }
  6. Viewpoint { position 0 0 40 }
  7. Group {
  8.   children [
  9.     DEF POWER TouchSensor {}
  10.     Inline { url "vr2-4-06.wrl" }
  11.   ]
  12. }
  13. DEF LIGHT PointLight {
  14.   on    FALSE
  15.   location    50 0 50
  16. }
  17. ROUTE POWER.isActive TO LIGHT.set_on
  18.